nav .navbar .links li:first-child a {
    color: #000000;
}

nav .navbar .links li:nth-child(2) a {
    color: #a12076;
}


.sec1a {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    background: linear-gradient(rgba(7, 23, 77, 0.462), rgba(7, 18, 68, 0.384)), url(../images/About\ Us.jpg);
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
}

.sec1a h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 200px;
}

.about-color-box {
    max-width: 1800px;
    margin: auto;
    height: 300px;
    /* background-color: rgb(53, 43, 195); */
}


.more-sec {
    max-width: 1800px;
    margin: auto;
    padding: 0 4%;
    margin-bottom: 100px;
    margin-top: -80px;

}

.more-sec p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.765);
    text-align: justify;
}

@media screen and (max-width: 900px) {

    .sec1a {
        height: 200px;
    }

    .sec1a h1 {
        font-size: 25px;
        padding-top: 150px;
    }


    .sec1a .tx ul li {
        font-size: 15px;
    }

    .sec1a .png {
        margin-top: 200px;
        width: 80px;
        top: 0;
    }

    .sec1a img {
        width: 120%;
        height: 350px;
        margin-top: -60px;
        margin-right: -200px;

    }

    .more-sec {
        margin-top: -0px;
    }

    .more-sec p {
        font-size: 14px;
    }

}